selectionChanged
Type
message
Summary
Sent when the selection changes.
Syntax
on selectionChanged <pNewSelection>, <pOldSelection>
Description
Use the selectionChanged message to perform an action when the chip is selected.
Parameters
Name | Type | Description |
---|---|---|
pNewSelection | The new value of the selectionChanged property. | |
pOldSelection | The previous value of the selectionChanged property. |